Add db:migrate command to heroku update docs

Dominik Sander 8 years ago
parent
commit
9468550c88
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/heroku/update.md

+ 1 - 0
doc/heroku/update.md

@@ -6,4 +6,5 @@ Once you've run `bin/setup_heroku`, you should have 'cantino/huginn' as a remote
6 6
 git fetch origin
7 7
 git merge origin/master
8 8
 git push -f heroku master # note: this will wipe out any code changes that only exist on Heroku!
9
+heroku run rake db:migrate # this will migrate the database to the latest state (not needed for every update, but always safe to run)
9 10
 ```